Logo
Explore Help
Sign In
rocketscirick/RocketWorkbench
1
0
Fork 0
You've already forked RocketWorkbench
Code Issues Pull Requests Projects Releases Wiki Activity
RocketWorkbench/libcpropep/include/performance.h

19 lines
365 B
C
Raw Permalink Normal View History

Initial commit of "Rocket Workbench". Taken from sources in CVS at: https://sourceforge.net/projects/rocketworkbench/ Sources extracted in two steps: 1. Pull entire project tree into a subdir "rwb" via "rsync": rsync -a a.cvs.sourceforge.net::cvsroot/rocketworkbench/ rwb/. 2. Export sources: export CVSROOT=$(pwd)/rwb SUBDIRS="analyser cpropep cpropep-web CVSROOT data libcompat libcpropep libnum libsimulation libthermo prop rocketworkbench rockflight" mkdir rwbx; cd rwbx cvs export -D now ${SUBDIRS} After this (and some backups for safety), the directory content was added to a Git repo: git init . git add *
2021-01-20 15:50:36 -08:00
#ifndef performance_h
#define performance_h
#include "compat.h"
#include "return.h"
#include "equilibrium.h"
#include "derivative.h"
int frozen_performance(equilibrium_t *e, exit_condition_t exit_type,
double value);
int shifting_performance(equilibrium_t *e, exit_condition_t exit_type,
double value);
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 53ms Template: 7ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API