-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a work scale to account for small damage values
- Loading branch information
1 parent
a4330eb
commit f8f4b40
Showing
3 changed files
with
60 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# libneml-opt.la - a libtool library file | ||
# Generated by libtool (GNU libtool) 2.4.6 | ||
# | ||
# Please DO NOT delete this file! | ||
# It is necessary for linking the library. | ||
|
||
# The name that we can dlopen(3). | ||
dlname='libneml-opt.so.0' | ||
|
||
# Names of this library. | ||
library_names='libneml-opt.so.0.0.0 libneml-opt.so.0 libneml-opt.so' | ||
|
||
# The name of the static archive. | ||
old_library='' | ||
|
||
# Linker flags that cannot go in dependency_libs. | ||
inherited_linker_flags=' -fopenmp' | ||
|
||
# Libraries that this one depends upon. | ||
dependency_libs='' | ||
|
||
# Names of additional weak libraries provided by this library | ||
weak_library_names='' | ||
|
||
# Version information for libneml-opt. | ||
current=0 | ||
age=0 | ||
revision=0 | ||
|
||
# Is this an already installed library? | ||
installed=yes | ||
|
||
# Should we warn about portability when linking against -modules? | ||
shouldnotlink=no | ||
|
||
# Files to dlopen/dlpreopen | ||
dlopen='' | ||
dlpreopen='' | ||
|
||
# Directory that this library needs to be installed in: | ||
libdir='/home/janzen/moose/neml' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters